type internal/reflectlite.rtype
24 uses
internal/reflectlite (current package)
type.go#L94: type rtype struct {
type.go#L116: rtype
type.go#L243: func (t rtype) nameOff(off nameOff) abi.Name {
type.go#L247: func (t rtype) typeOff(off typeOff) *abi.Type {
type.go#L251: func (t rtype) uncommon() *uncommonType {
type.go#L255: func (t rtype) String() string {
type.go#L263: func (t rtype) common() *abi.Type { return t.Type }
type.go#L265: func (t rtype) exportedMethods() []abi.Method {
type.go#L273: func (t rtype) NumMethod() int {
type.go#L281: func (t rtype) PkgPath() string {
type.go#L292: func (t rtype) Name() string {
type.go#L311: func toRType(t *abi.Type) rtype {
type.go#L312: return rtype{t}
type.go#L323: func (t rtype) Elem() Type {
type.go#L327: func (t rtype) In(i int) Type {
type.go#L335: func (t rtype) Key() Type {
type.go#L343: func (t rtype) Len() int {
type.go#L351: func (t rtype) NumField() int {
type.go#L359: func (t rtype) NumIn() int {
type.go#L367: func (t rtype) NumOut() int {
type.go#L375: func (t rtype) Out(i int) Type {
type.go#L401: func (t rtype) Implements(u Type) bool {
type.go#L411: func (t rtype) AssignableTo(u Type) bool {
type.go#L420: func (t rtype) Comparable() bool {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |